home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000236_news@columbia.edu_Tue Nov 22 15:53:50 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA22545
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 22 Nov 1994 11:49:01 -0500
  3. Received: by apakabar.cc.columbia.edu id AA11674
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 22 Nov 1994 11:48:59 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.kei.com!news.mathworks.com!europa.eng.gtefsd.com!howland.reston.ans.net!news.sprintlink.net!interactive.net!winternet.com!jamess
  6. From: jamess@winternet.com (James Sturdevant)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Help with binary downloads.
  9. Date: 22 Nov 1994 15:53:50 GMT
  10. Organization: StarNet Communications, Inc
  11. Lines: 16
  12. Message-Id: <3at46e$nse@blackice.winternet.com>
  13. References: <1994Nov17.125037@clstac>
  14. Nntp-Posting-Host: icicle.winternet.com
  15. X-Newsreader: TIN [version 1.2 PL2]
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. Kevin Anthony Stanchfield (kastanchfiel@csupomona.edu) wrote:
  19. : I use MS-Kermit to call up my Internet account from my house through
  20. : a CSUNet local dialup to Cal Poly Pomona, Ca.  The system at Cal Poly 
  21. : is a VAX.  I am able to "GET" text files, but not binary files.  Even 
  22. : after I "SET FILE TYPE BINARY" on _both_ ends.  My terminal is set to 
  23. : 9600 7n1 VT102, I'm using MS-Kermit 3.14 with a USR 14.4 FAX/Modem on 
  24. : port 2.  Can someone help?
  25.  
  26. : Thank You.
  27.  
  28. VMS C-Kermit ignores the binary request for certain file types.  To force
  29. it to transfer the file as binary, use
  30.  
  31.     SET FILE TYPE IMAGE
  32.  
  33. JamesS